-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove duplicate typedefs #249
Conversation
Signed-off-by: Ted Miller <[email protected]>
I followed these instructions to add the 'signed off by' field.
|
LGTM, please @JanStaschulat merge if you are ok |
@mergify backport foxy galactic |
🟠 Waiting for conditions to match
Hey, I reacted but my real name is @Mergifyio |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that there are duplicates. Thanks for your PR.
Signed-off-by: Ted Miller <[email protected]> (cherry picked from commit 2381ec5)
Signed-off-by: Ted Miller <[email protected]> (cherry picked from commit 2381ec5)
✅ Backports have been created
|
There are three typedefs that got duplicated in executor_handle.h. It looks like a copy/paste accident.
I'm using a really old compiler, and it generates an error for the redefinition. I'm guessing it's not an error with modern compilers, but it's still nice to remove unnecessary stuff from the header.